func golang.org/x/net/internal/httpsfv.consumeBoolean
3 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L500: func consumeBoolean(s string) (consumed, rest string, ok bool) {
httpsfv.go#L514: if _, rest, ok := consumeBoolean(s); !ok || rest != "" {
httpsfv.go#L657: return consumeBoolean(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)